DescribeMachines
Description
No description for this api.
Request Method
POST
Request Path
/apsara/route/aegis/DescribeMachines
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
TagIdList | BODY | string | No | No sample value for this parameter. | host asset tag ID. |
version | BODY | string | No | 2016-01-01 | version of api |
GroupId | BODY | long | No | No sample value for this parameter. | asset group ID. |
Remark | BODY | string | No | No sample value for this parameter. | host asset IP or instance name. |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
InstanceName | string | no demo value | host instance name. |
Uuid | string | no demo value | host asset UUID. |
RequestId | string | no demo value | request ID. |
OS | string | no demo value | operating system type. |
Ip | string | no demo value | host asset IP. description gives priority to the public IP of the host. if the host does not have a public IP, the private IP is displayed. |
Count | integer | no demo value | returns the total number of records. |
Machines | array | no demo value | host instance list information, see the following parameter description for specific sub-items. |
GroupId | integer | no demo value | asset group ID. |
Example
Successful Response example
{
"InstanceName":"no demo value",
"Uuid":"no demo value",
"RequestId":"no demo value",
"OS":"no demo value",
"Ip":"no demo value",
"Count":"no demo value",
"Machines":"no demo value",
"GroupId":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}